home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
14
/
3
/
DISK1431.ZIP
/
TOOLS
/
TRAND.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1988-02-13
|
467b
|
24 lines
set %try 0
set %sum 0
insert-string "Rolls: "
*nextry
set %roll &rnd 100
!if &greater $curcol 70
newline
insert-string " "
!endif
set %sum &add %sum %roll
insert-string &cat %roll " "
update-screen
set %try &add %try 1
!if &less %try 300
!goto nextry
!endif
newline
newline
insert-string &cat &cat "Sum of rolls: " %sum "~n"
insert-string &cat &cat "Average roll: " &div %sum 300 "~n"
update-screen
unmark-buffer